判断下列代码段的大O级别:def function(n): return n+2A:O(n) B:O(n^2) C:O(n^3) D:O(1) 答案: O(1)



登录
订单
帮助
主页